2005-10-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
from yesterday, since it leads to assertion failures. (#317879,
Sebastian Bacher)
+2005-10-04 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
+ from yesterday, since it leads to assertion failures. (#317879,
+ Sebastian Bacher)
+
2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_init): Call
+2005-10-04 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
+ from yesterday, since it leads to assertion failures. (#317879,
+ Sebastian Bacher)
+
2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_init): Call
{
GSList *rc_styles = key;
GSList *tmp_list = rc_styles;
- GtkStyle *style = value;
-
- g_object_unref (style);
while (tmp_list)
{